home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9902 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  799 b 

  1. Path: news.voicenet.com!news
  2. From: Timothy Gleason <tgleason@voicenet.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Running a .exe or bat using C language.
  5. Date: Mon, 04 Mar 1996 21:43:59 -0800
  6. Organization: Voicenet - Internet Access - (215)674-9290
  7. Message-ID: <313BD49F.287B@voicenet.com>
  8. References: <313BA0C2.989@soho.ios.com>
  9. NNTP-Posting-Host: medford13.voicenet.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. Benjamin Chi wrote:
  16. > Does anyone know how I can write a program that will run another
  17. > excutable file? such as .exe .bat .com using C/C++/java?
  18. > thanks.
  19.  
  20. Check out functions starting with "exec"
  21. and function "system" for DOS and Win32.  "WinExec"
  22. and "LoadModule" for Windows 16 and 32 bit.
  23.